Skip to content

BI- 2615 Incorrect sorting Exp Rep #, Exp Block #, Row and Col #457

Open
davedrp wants to merge 2 commits intodevelopfrom
bug/BI-2615
Open

BI- 2615 Incorrect sorting Exp Rep #, Exp Block #, Row and Col #457
davedrp wants to merge 2 commits intodevelopfrom
bug/BI-2615

Conversation

@davedrp
Copy link
Contributor

@davedrp davedrp commented Feb 10, 2026

Description

BI- 2615 Incorrect sorting Exp Rep #, Exp Block #, Row and Col

Dependencies

BI_API :Develop

Testing

  1. add an Experiment with (at minimum) the values of 1,...10,....2 for Exp Rep #, Exp Block #, Row and Col
  2. Go to Experiment List
  3. Select the newly added Experiment (from step 1.)
  4. Sort on each of the columns Exp Rep #, Exp Block #, Row and Col
    Expected Result
  • Each sorted columns should be sorted in numerical order (Ex. 1,....2,...10)

Checklist:

  • I have performed a self-review of my own code
  • I have tested my code and ensured it meets the acceptance criteria of the story
  • I have create/modified unit tests to cover this change
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to documentation
  • I have run TAF: <link to TAF run>
  • I have run SiteImprove on pages impacted by changes

@github-actions github-actions bot added the bug Something isn't working label Feb 10, 2026
} else {
return second.localeCompare(first);
}
return this.sortAlphaAsNumeric(first, second, isAsc);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will change the sorting behavior for observations compared to what was here before. I'm not sure what the requirements are but I think some good test cases would be:

1, 2, 10
A1, A2, A10
1.2, 1.10, 1.3
-1, -2, -10
01, 1, 002, 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments